The Configuration Structure
Open Transport open-provider functions take as a parameter a pointer to a configuration structure that specifies the configuration of a provider. For example, the configuration structure of an endpoint specifies which protocol modules the endpoint uses. The contents of the configuration structure are private. To create a configuration structure and obtain a pointer to it, you call theOTCreateConfiguration
function (page 6-27).The configuration structure is defined by the
OTConfiguration
data type.
struct OTConfiguration; typedef struct OTConfiguration OTConfiguration;